func go/types.roundFloat32

4 uses

	go/types (current package)
		const.go#L147: 			r := roundFloat32(x)
		const.go#L177: 			re := roundFloat32(constant.Real(x))
		const.go#L178: 			im := roundFloat32(constant.Imag(x))
		const.go#L215: func roundFloat32(x constant.Value) constant.Value {